CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Windows 进程

搜索资源列表

  1. TestSend

    0下载:
  2. 使用VC++6.0编程,使用Windows消息机制实现2个进程的通讯.其中采用了2种方法实现.需要的可以学习一下.-Use VC++6.0 programming using the Windows message mechanism to achieve two-process communication which uses two methods. Need to learn about.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-15
    • 文件大小:46871
    • 提供者:shoker
  1. Client Monitor Svr

    1下载:
  2. 1.解决vista和win7在windows服务中交互桌面权限问题:穿透Session 0 隔离. 2.定时重启业务进程-1. Vista win7 windows service interactive desktop permissions: penetrate Session 0 isolation. 2. Timing to restart the business process
  3. 所属分类:系统编程

    • 发布日期:2013-07-22
    • 文件大小:8996
    • 提供者:smartjun
  1. geekos-0.3.0

    0下载:
  2. 一个用C语言开发的操作系统,学生可以在Linux或UNIX环境下对其进行功能扩充,也可以在Windows下使用Cygwin工具进行开发,且其针对进程,文件系统,存储管理等操作系统核心内容分别设计了7个难度逐渐增加的项目供教师选择-A C language development of the operating system, Linux or UNIX environment, students can be functional expansion under Windows using C
  3. 所属分类:OS Develop

    • 发布日期:2017-11-06
    • 文件大小:594498
    • 提供者:cy
  1. Lesson20Code

    0下载:
  2. 本程序为HOOK和数据库访问。包含了windows消息机制,动态链接库被多个进程访问,数据库访问技术,ODBC体系架构等内容。-The program the HOOK and database access. Contains the Windows message mechanism, dynamic link library by multiple processes to access the contents of the database access technology, ODB
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-19
    • 文件大小:236649
    • 提供者:王兴
  1. HOOK

    0下载:
  2. 此程序包括windows消息机制,动态链接库被多个进程访问,数据库访问技术等应用。完成了HOOK和数据库访问的功能。-This program includes the Windows message mechanism, dynamic link library access by multiple processes, database access technology. HOOK and database access function.
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-23
    • 文件大小:235273
    • 提供者:王兴
  1. showallprocess

    0下载:
  2. windows 任务管理器,包括进程与线程的关系源代码-windows task manager
  3. 所属分类:Shell api

    • 发布日期:2017-11-17
    • 文件大小:118784
    • 提供者:陈响
  1. qiqiaobansrc

    0下载:
  2.  C#七巧板-C#创建菱形图案,其间使用了进程,示例适用于 Windows 窗体,它需要 PaintEventArgse,一个 OnPaint 事件对象。代码执行下列操作:   创建两个路径:一个为头朝上的三角形,另一个为头朝下的三角形。将第二个路径添加到第一个路径上。将最终的路径绘制到屏幕。   设置控件样式为双缓冲,可以有效减少图片闪烁的问题-Tangram-C# C# to create a diamond pattern, during which the use of th
  3. 所属分类:Other Riddle games

    • 发布日期:2017-12-10
    • 文件大小:44267
    • 提供者:tpudn40
  1. CODE

    0下载:
  2. 孙鑫写的教程,VC++深入详解。由浅入深、循序渐进地讲述Windows程序内部运行机制、MFC框架、文本、菜单、对话框、文件操作、网络编程、进程间通信、ActiveX控件、动态链接库、HOOK编程等多个主题。-Sun Xin write tutorials, VC++ thorough explanation. Deep within the program step by step explanation of the Windows operating mechanism, MFC fram
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-16
    • 文件大小:1923409
    • 提供者:李江乔
  1. yincanggongju

    0下载:
  2. 隐藏windows桌面的进程不被其他软件检测到 纯api源码隐藏性能好-Hide windows desktop software process is not detected by other hidden properties of pure api source
  3. 所属分类:ELanguage

    • 发布日期:2017-11-12
    • 文件大小:3734
    • 提供者:娃娃
  1. h

    0下载:
  2. 系统api编程,Windows xp进程保护-Systems api programming, Windows xp process protection
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-25
    • 文件大小:4706
    • 提供者:dwj
  1. Process-information-to-the-viewer

    0下载:
  2. 查看windows 全部的进程信息,id,句柄,进程的拥有线程数.-View All windows process information, id, handle, process owners threads.
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-16
    • 文件大小:5178
    • 提供者:于波
  1. Process_control

    1下载:
  2. 设计并实现Unix的“time”命令。“mytime”命令通过命令行参数接受要运行的程序,创建一个独立的进程来运行该程序,并记录程序运行的时间。 在Windows下实现: • 使用CreateProcess()来创建进程 • 使用WaitForSingleObject()在“mytime”命令和新创建的进程之间同步 • 调用GetSystemTime()来获取时间 -Design and implementation of the Unix
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-16
    • 文件大小:238479
    • 提供者:Dean Miller
  1. VC-imitation-task-manager

    0下载:
  2. vc仿任务管理器源码,该源码与系统任务管理器类似,可获取所有系统所有窗口,进程,模块,包括内存信息,系统类型等,比较全面,另外还引用了SKIN皮肤,编译环境VC6. -Imitation Task Manager vc source, the source and the system task manager like, you can get all the windows of all systems, processes, modules, including memory inform
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:282410
    • 提供者:ASCE-PC
  1. TaskList

    0下载:
  2. windows ce 任务管理器源码,支持进程查看,终止相关进程,内存查看等-windows ce task manager source code to support the process of viewing, terminate the relevant processes, memory check, etc.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-12
    • 文件大小:2914554
    • 提供者:
  1. hide_pro

    0下载:
  2. 隐藏进程,可以在windows下进程隐藏,利用ssdt hook来达到隐藏的-Hidden process, the process can be hidden under the windows, use ssdt hook to reach the hidden
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:15464
    • 提供者:恒星
  1. VISUAL-CPPMFC

    0下载:
  2. 本书主要介绍了运用Visual C++ 5.0或6.0的高级编程技巧,内容涉及MFC程序设计的最新概念,全书提供了大量VC的编程实例,旨在帮助读者较为全面地掌握VC编程知识、技巧和方法。全书分为三个部分和附录。第一部分介绍Windows编程的基础知识,第二部分讲解用户界面编程技巧,最后一部分涉及Windows内部进程的一些实例。本书思路清晰,实用性强,是计算机应用人员及大专院校师生不可多得的参考书。 -This book introduces the use of Visual C++ 5
  3. 所属分类:software engineering

    • 发布日期:2017-05-23
    • 文件大小:7230267
    • 提供者:混乱
  1. xxfpm

    0下载:
  2. Windows上使用CreateProcess创建进程,使用WaitForSingleObject等待进程结束;Linux上使用fork和execl创建进程,使用waitpid等待进程结束-Windows using CreateProcess to create process, use the WaitForSingleObject wait for the process ends Linux using fork and execl creation process, use wait
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-23
    • 文件大小:40607
    • 提供者:fgb
  1. 04-ProcessInfo

    0下载:
  2. windows 参看 进程 源代码 现成-windows process information
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-25
    • 文件大小:8799
    • 提供者:zhang
  1. KissProcess

    0下载:
  2. 自动结束windows任意进程,任意程序,结束进程,可输入进程名;-Windows automatically end any process, any program, the end of the process, you can enter the process name
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-10
    • 文件大小:2233841
    • 提供者:王建平
  1. RunOnly

    0下载:
  2. 利用Windows事件与信号量实现的进程单独运行控制,同一程序每次只允许一个实例存在,新实例会结束旧的,可用于软件更新等功能模块。DEMO给出了简单的列子。-Useing the Windows event and semaphore to control a process, the same procedure allows only one instance exists, the new instance replace the old, can be used for software
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:605671
    • 提供者:GTONJu
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com